projects
/
gpsbabel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
44e9ed2
)
clang-tidy fix modernize-deprecated-headers on windows files. (#211)
author
tsteven4
<tsteven4@users.noreply.github.com>
Wed, 27 Jun 2018 00:38:44 +0000
(18:38 -0600)
committer
GitHub
<noreply@github.com>
Wed, 27 Jun 2018 00:38:44 +0000
(18:38 -0600)
gbser_win.cc
patch
|
blob
|
history
diff --git
a/gbser_win.cc
b/gbser_win.cc
index a74cc41db887b2f7e7203a6e861492d793b6dfc7..58b9b0efc776bd409c8421d5d93b0f7442578f4f 100644
(file)
--- a/
gbser_win.cc
+++ b/
gbser_win.cc
@@
-26,9
+26,9
@@
#include <windows.h>
#include <setupapi.h>
-#include <
assert.h
>
-#include <
stdarg.h
>
-#include <
stdio.h
>
+#include <
cassert
>
+#include <
cstdarg
>
+#include <
cstdio
>
typedef struct {
HANDLE comport;